HipMTLShaderVarTexture

Used to be sent as a way to interface with ShaderVar uniforms. Whenever needing to bind more than one texture.

version(AppleOS)
package
struct HipMTLShaderVarTexture {}

Members

Variables

samplers
MTLSamplerState[16] samplers;
Undocumented in source.
textures
MTLTexture[16] textures;
Undocumented in source.

Meta